object Form1: TForm1 Left = 255 Top = 106 Width = 283 Height = 185 Caption = 'Speaker example' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 40 Top = 16 Width = 57 Height = 13 Caption = 'Frequency:' end object Label2: TLabel Left = 40 Top = 56 Width = 49 Height = 13 Caption = 'Duration:' end object Button1: TButton Left = 104 Top = 88 Width = 65 Height = 25 Caption = 'Beep' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 168 Top = 88 Width = 65 Height = 25 Caption = 'Exit' TabOrder = 3 OnClick = Button2Click end object Edit1: TEdit Left = 105 Top = 15 Width = 121 Height = 21 TabOrder = 1 end object Edit2: TEdit Left = 104 Top = 48 Width = 121 Height = 21 TabOrder = 2 end object port1: Tport Address = 0 data = 0 Left = 23 Top = 82 end end